home *** CD-ROM | disk | FTP | other *** search
- #ifndef EGS_EGB_GBSELECT_H
- #define EGS_EGB_GBSELECT_H
-
- /***************************************************************************\
- *
- * $
- * $ FILE : gbselect.h
- * $ VERSION : 1
- * $ REVISION : 3
- * $ DATE : 08-Dec-93 12:50
- * $
- * $ Author : mvk
- * $
- *
- *****************************************************************************
- * *
- * (c) Copyright 1990/94 VIONA Development *
- * All Rights Reserved *
- * *
- \***************************************************************************/
-
- #ifndef EXEC_TYPES_H
- #include <exec/types.h>
- #endif
- #ifndef EGS_EGSINTUI_H
- #include <egs/egsintui.h>
- #endif
- #ifndef EGS_EGSGADBOX_H
- #include <egs/egsgadbox.h>
- #endif
-
- typedef EB_GadBoxPtr *EGB_GadBoxArray[];
- typedef EGB_GadBoxArray *EGB_GadBoxArrayPtr;
-
-
- struct EGB_SelectGadget {
- struct EI_Gadget Gadget;
- WORD Sel, Selnum;
- APTR SelGfx;
- };
-
- typedef struct EGB_SelectGadget *EGB_SelectGadgetPtr;
-
- #endif /*EGS_EGB_GBSELECT_H */
-
-